home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_766
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
307 b
|
13 lines
on(release){
_root.Inventaire.swapdepths(_root.Gts);
setProperty("/Gts", _X, 536);
setProperty("/Gts", _Y, 357);
setProperty("/Gts", _xscale, 20);
setProperty("/Gts", _yscale, 20);
tellTarget("/")
{
gotoAndStop(eval("/Variables:EtatActif"));
}
gotoAndStop(1);
}